home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / etc / acpi / suspend.d / 75-console-switch.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2009-03-27  |  158 b   |  9 lines

  1. #!/bin/sh
  2.  
  3. # And remember which console we're on
  4. CONSOLE=`fgconsole`
  5.  
  6. # Change away from X, otherwise it'll blow up when we POST the video interface
  7. chvt 12
  8.  
  9.